home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / language / embedded / mcu / cluster.arc / README.1ST < prev   
Text File  |  1989-05-24  |  2KB  |  44 lines

  1. FILE:          readme.1st
  2. PURPOSE:       This file describes the purpose of the other files in this 
  3.                archive.
  4.  
  5. DESCRIPTION:
  6.  
  7.   This archive contains 7 files.  3 are modified source files to the freeware 
  8. ASxx.EXE assembler source.  3 are descriptions of the modifications and why 
  9. they were made and the last file is this readme file that you are reading now.
  10.  
  11.   The reason I have uploaded this archive is to make these changes available to 
  12. others who may desire them.  
  13.  
  14.   One change should be of particular interest to everyone.  There is a bug in 
  15. the assembler that causes lost clusters on the disk where it is used.  (MS DOS)
  16. The file FFWD.C has this problem corrected.  See the file FFWD_C.CHG for more 
  17. information regarding this fix.
  18.  
  19.   The other two changes are enhancements to the basic assembler.  One is to 
  20. allow a semicolon to be used to begin a comment line.  Also the comment lines 
  21. may begin on any column if a semicolon is used to begin the comment.  The other 
  22. change is to the output formatting of the symbol table and cross reference.  
  23. See the files AS_C.CHG and OUTPUT_C.CHG respectively for descriptions of these 
  24. changes.
  25.  
  26.   Each of these changes are mutually exclusive.  Any or all of them may be 
  27. included to update the assemblers on the Freeware BBS.  All that is needed is 
  28. to replace the source file with the changes and recompile the assembler. 
  29.  
  30.   For more information or if you wish for me to upload all of the assembler 
  31. source files just give me a call at 801-778-4410.  My name is Bruce Olney.
  32.  
  33.   Here is a list of files in the archive:
  34.  
  35.  
  36.           AS.C           -  Updated to allow a semicolon begin a comment line.
  37.           AS_C.CHG       -  Description of changes made to AS.C.
  38.           FFWD.C         -  Contains the fix to stop lost clusters on MS DOS.
  39.           FFWD_C.CHG     -  Description of changes made to FFWD.C.
  40.           OUTPUT.C       -  Improved symbol table and cross reference formatting.
  41.           OUTPUT_C.CHG   -  Description of changes made to OUTPUT.C.
  42.           README.1ST     -  The file you are reading now.
  43.  
  44.